public bool SortRows( int row, int rowCount, SortInfo[] sortInfo )
'Declaration Public Overloads Function SortRows( _ ByVal row As Integer, _ ByVal rowCount As Integer, _ ByVal sortInfo() As SortInfo _ ) As Boolean
'Declaration
Public Overloads Function SortRows( _ ByVal row As Integer, _ ByVal rowCount As Integer, _ ByVal sortInfo() As SortInfo _ ) As Boolean
'Usage Dim instance As SheetView Dim row As Integer Dim rowCount As Integer Dim sortInfo() As SortInfo Dim value As Boolean value = instance.SortRows(row, rowCount, sortInfo)
'Usage
Dim instance As SheetView Dim row As Integer Dim rowCount As Integer Dim sortInfo() As SortInfo Dim value As Boolean value = instance.SortRows(row, rowCount, sortInfo)
SheetView Class SheetView Members Overload List